home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Cat Walking / background_2597.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  1.7 KB  |  87 lines

  1. -- background: 2597 from stack: in
  2. -- bmap block id: 6455
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=401 top=297 right=313 bottom=497
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 256
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseup
  22.   go first card
  23. end mouseup
  24.  
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 01
  29. -- high flags: 0002
  30. -- rect: left=400 top=314 right=330 bottom=498
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 3
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: A003
  44. -- rect: left=404 top=176 right=231 bottom=491
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 23845 / 23845
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Start Animation
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   global flip
  56.   if flip is 0 then
  57.     put 1 into flip
  58.     set name of me to "Stop Animation"
  59.     visual effect plain very slow
  60.     show cards
  61.     click at the clickloc
  62.   else
  63.     put 0 into flip
  64.     set name of me to "Start Animation"
  65.   end if
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: A003
  73. -- rect: left=404 top=236 right=291 bottom=492
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 30905 / 30905
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Single Frame
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   go next card
  85. end mouseUp
  86.  
  87.